Welcome![Sign In][Sign Up]
Location:
Search - Student Result

Search list

[WEB Codehomework_updown

Description: 一是作业已预先定制好,学员不能根据自身的学习程度和对知识的掌握情况,自主选择不同难易程度的作业题;二是媒体刺激单一,只是书本作业的搬家,没有充分体现网络多媒体的优势;三是作业成绩评价单一,只是简单的对、错或是得分与否的提示,不能实现统计每次作业学生完成情况和每个学生完成作业情况。针对现有网络作业系统的不足,开发了一个基于ASP的个性化在线作业系统。-First Custom operation has good advance, participants can learn based on their own level and the knowledge of the situation, choose different difficulty level of work that; two of the media to stimulate the single, only to move the books operation, not fully embodies the advantages of multimedia network; 3 is a single operating performance evaluation, it is just a simple right, scoring wrong or whether the result achieved operating statistics for each of the students and each student completed operations. Against the existing network operating system deficiencies, the development of an ASP-based personalized online operating system.
Platform: | Size: 151197 | Author: 林林 | Hits:

[Education soft systemv4884_xskjgl_new

Description: 学生课程成绩管理系统新- The student curriculum result management system management system is new
Platform: | Size: 386048 | Author: 李丹 | Hits:

[WEB Codehomework_updown

Description: 一是作业已预先定制好,学员不能根据自身的学习程度和对知识的掌握情况,自主选择不同难易程度的作业题;二是媒体刺激单一,只是书本作业的搬家,没有充分体现网络多媒体的优势;三是作业成绩评价单一,只是简单的对、错或是得分与否的提示,不能实现统计每次作业学生完成情况和每个学生完成作业情况。针对现有网络作业系统的不足,开发了一个基于ASP的个性化在线作业系统。-First Custom operation has good advance, participants can learn based on their own level and the knowledge of the situation, choose different difficulty level of work that; two of the media to stimulate the single, only to move the books operation, not fully embodies the advantages of multimedia network; 3 is a single operating performance evaluation, it is just a simple right, scoring wrong or whether the result achieved operating statistics for each of the students and each student completed operations. Against the existing network operating system deficiencies, the development of an ASP-based personalized online operating system.
Platform: | Size: 150528 | Author: 林林 | Hits:

[Data structssy1

Description: 数据结构 线性表的基本操作 如建立、查找、插入和删除等 建立一个包含学生(学号,姓名,成绩)信息的的链表,并具有如下功能: (1) 根据学生姓名进行查找,返回此学生的学号和成绩; (2) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩); (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生人数。 -Data structure of the basic operation of linear forms such as the creation, search, insert and delete, such as the establishment of a contains the students (Student ID, name, results) of the list of information and have the following functions: (1) According to the students name search and return to the students and results (2) According to the specified location and they can return to the Student Information (Student ID, name, result) (3) given a student information inserted into the table specified location (4) delete the specified location of the student records (5) the number of secondary tables.
Platform: | Size: 2048 | Author: edious | Hits:

[Education soft systemxinxiguanlixitong

Description: 学生信息管理系统(课程设计).简单的界面以及简单功能的源代码.由于技术较低,所以较简单-Student Information Management System (curriculum design). Simple interface and a simple function of the source code. As a result of lower-skilled, so a simpler
Platform: | Size: 3072 | Author: 吴百灵 | Hits:

[CSharp07

Description: 建立一个类,具有以下功能: 1.维护多个学生和其成绩的数据。(把存储这些数据的数组的两个维数设成常数置于源文件头部,便于修改) 2.可以对成绩从高到低和从低到高排列。 3.可以增加新学生,删除一个老学生。-The establishment of a category, has the following features: 1. The maintenance of a number of students and their performance data. (The storage of these data array dimension is set to two constant head placed in the source file, easy to modify) 2. Can result from high to low and from low to high order. 3. Can add new students, delete an old student.
Platform: | Size: 893952 | Author: 徐荣波 | Hits:

[JSP/Javafirst

Description: 掌握 JDBC 驱动程序的加载方法和JDBC-ODBC桥URL的形式; 掌握使用JDBC连接数据库的步骤; 掌握使用JDBC发送SQL语句的基本步骤; 掌握使用JDBC处理SQL查询结果集的方法。 程序功能: 学生信息管理:能够根据实际情况对学生的信息进行新增、查询和修改; 学生信息指的是:学号、姓名、性别、学生类型、所属班级以及java课程成绩等内容。 数据库的选择,可采用Access或SQL2000; 程序可选择通过JDBC- ODBC桥访问数据库,也可选择使用数据库的专有驱动程序,后者的连接质量较前一种要高; -Master load JDBC driver and JDBC-ODBC Bridge URL of the form master database using JDBC to connect the steps to master the use of JDBC to send SQL statements the basic steps handle and use the JDBC result sets SQL query method. Program features: Student Information Management: the ability of students according to the actual situation of the information to add, query and modify referring to the Student Information: Student ID, name, sex, type of students, their classes, as well as achievements, such as the contents of java programs. The choice of database, to be used in Access or SQL2000 procedures to choose through the JDBC-ODBC bridge to access the database, nor can either choose to use a proprietary database driver to connect the quality of the latter than the former is higher
Platform: | Size: 3320832 | Author: wang | Hits:

[Data structschazhaopaixudeyingyong

Description: 数据结构中关于查找、排序的应用。对学生的基本信息进行管理。 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3、排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -Data structure on the search, sorting applications. Basic information on students to manage. Design a student information management system, students target to include at least: study number, name, sex, results 1 results 2, total score and other information. Requirements to achieve the following functions: 1. Automatically calculate a total score of the requirements 2. Inquiry: students were given number, name, gender, students can find basic information (required at least two search algorithms) 3, sorting: by students, respectively, No. 1 performance result 2, with a total score sort (requires at least two sorting algorithm).
Platform: | Size: 8192 | Author: | Hits:

[SQL ServerStudentInformationManagementSystem

Description: Visual Basic下运行的学生信息管理系统,相信对很多人有用。。。 1.解压后将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Visual Basic running under the Student Information Management System, I believe useful to many people. . . 1. Decompress each item will be copied to a subdirectory on your hard disk, and then can use Visual Basic to open procedures. 2. In each project subdirectory inside the sql directory will suffix. Sql documents opened, copied to the SQL Server 2000 Query Analyzer Lane. Then the implementation will result in the need for the database structure.
Platform: | Size: 74752 | Author: chen | Hits:

[uCOSMyFunctions

Description: 本人是刚刚毕业的学生,毕业设计时的题目是数字示波器,本示波器是用基于LPC2290ARM和UCOS2操作系统设计的,这是原代码,UCOS操作系统的移植代码由于公司原因没有上传!-I am a recently graduated student, graduated from the design of the subject is digital oscilloscope, the oscilloscope is LPC2290ARM and UCOS2 based operating system designed, which is the original code, UCOS operating system code as a result of the company the reasons for transplantation did not upload!
Platform: | Size: 14336 | Author: 李海 | Hits:

[SCMtunningPIDbyBGPSO

Description: 一款埃及学生用Matlab编的的基于PSO的PID整定程序,使用方法详见程序注释。-Tunning of PID controller using Bacterial Foraging Orientec by Particle swarm optimization My work has been accpepted in GECCO 2008 as Graduat Student workshop. I have used this techique in PID tunning and i got better result thatn BG and PSO Author: Wael Mansour (wael192@yahoo.com) MSc Student, Electrical Enginering Dept, Faculty of Engineering Cairo University, Egypt
Platform: | Size: 20480 | Author: 程跃 | Hits:

[JSP/JavaMarkMange

Description: 是一个成绩管理系统,能对成绩、姓名、学号、班级、课程、进行管理,-Is a performance management system, can result, name, student number, class, curriculum, management,
Platform: | Size: 195584 | Author: william | Hits:

[JSP/JavaMANAGEMENTSYSTEMOTHEJAVA

Description: 随着计算机技术的飞速发展和高等教育体制改革的不断深入,传统教育管理方法、手段以及工作效率已不能适应新的发展需要,无法很好地完成教学管理工作。提高教学管理水平的主要途径是更新管理者的思想,增强对管理活动的科学认识。基于Java与SQL server数据库技术建立一个高校成绩管理系统该系统为管理员、学生和教师提供了查询、修改、增加记录、删除等功能,功能比较落齐全,基本上能满足学生和老师的要求。-THE DESIGN AND REALIZATION OF THE RESULT OF STUDENT ADMINISTRATION MANAGEMENT SYSTEM ON THE JAVA
Platform: | Size: 421888 | Author: 周都 | Hits:

[Windows DevelopPRE-TEST

Description: This application is used to check the student pre test result to enter a university in indonesian especialy in pekanbaru
Platform: | Size: 857088 | Author: anton | Hits:

[OtherCX_01_01_2

Description: 学生综合测评系统 每个学生的信息为:学号、姓名、语文、数学、外语三门单科成绩、考试平均成绩、同学互评分、品德成绩、任课教师评分、综合测评总分、综合测评名次。考试平均成绩、同学互评分、品德成绩、任课教师评分分别占综合测评总分的60 ,10 ,10 ,20 。 (1) 输入功能:建立学生信息记录,可以一次完成无数条记录的输入。输入信息包括学号、姓名、语文、数学、外语三门单科成绩以及同学互评分、品德成绩、任课教师评分,同时按公式:考试平均成绩=(语文+数学+外语)/3 ,计算考试平均成绩。按公式:综合测评总分=(考试成绩)*0.6+(同学互评分)*0.1+品德成绩*0.1+任课老师评分*0.2,计算综合测评总分。 (2) 显示功能:完成全部记录的显示。 (3) 查找功能:按姓名、学号查找记录,并显示。 (4) 修改功能:按姓名、学号方式修改记录,并保存。 (5) 删除功能:按姓名、学号方式删除记录,并保存。要求删除前进行确认。 (6) 插入功能:按综合测评名次插入一条记录。并保存。 (7) 保存功能:将记录保存在任何自定义的文件中,如保存在:c:\score。 (8) 排序功能:按综合测评总分进行排序。并保存。 读取功能:将保存在文件中的记录读取出来。并在屏幕上显示。 -Information for each student: Student ID, name, language, mathematics, foreign languages Billing Division of the three results, the average examination results, students score each other, moral achievements, teacher ratings, comprehensive evaluation of total and comprehensive evaluation of ranking. Average examination results, students score each other, moral achievements, teacher ratings, respectively, accounting for a comprehensive evaluation score of 60 , 10 , 10 , 20 . (1) input functions: the establishment of student information records can be a complete record of the importation of numerous articles. Input information, including Student ID, name, language, mathematics, foreign languages, as well as three students each Billing Division of the performance score, moral achievements, teacher ratings, at the same time by the formula: the average test result = (Language+ Math+ Foreign Language)/3, calculated test average scores. By the formula: a comprehensive evaluation of Total
Platform: | Size: 3072 | Author: geliang | Hits:

[OtherSTUMANGE

Description: 简单的学生成绩管理系统,由于初学c语言,所以程序不是很完善请谅解!-Simple student achievement management system, c as a result of learning the language, so the procedure is not perfect, please understanding!
Platform: | Size: 3072 | Author: YAO | Hits:

[Education soft systemstudentscore

Description: 一款实现的基本功能的学生成绩管理系统,基于VC++编码,数据库采用ACCESS,界面没有怎么修饰,功能可以完成增加、删除、修改、查询学生成绩等,可以按班级成绩和年线成绩分类管理,虽然功能没有那么强大,但对VC新手朋友有一定学习价值。-The basic function of a realization of student achievement management system, based on VC++ coding, database using ACCESS, how the interface is not modified, functions can be completed to add, delete, modify, query, such as student performance, class performance and can result in line classification management, although not as powerful features, but new VC friends to learn a certain value.
Platform: | Size: 63488 | Author: 127 | Hits:

[OtherStudent

Description: 这是一个可以帮助老师管理学生成绩的系统,老师通过这个系统可以修改学生各科成绩,也可以删除某个学生信息,添加某个学生信息,还可以把这个成绩变成文本形式,进行打印,另外还可以分类排名,可对总分排名,也可以各科排名-This is a can help teachers manage student performance system, the system can be modified by the teacher student all subjects, students can also delete a message, add a student information, you can put this result into a text form, print, It also can be categorized ranking score ranking can be subjects ranking, etc.
Platform: | Size: 2048 | Author: 陈海贤 | Hits:

[Web ServerGradeManage

Description: asp+sqlserver2008学生成绩管理系统-the Student result management system Student Score Management System MFC ODBC
Platform: | Size: 7820288 | Author: yz | Hits:

[OtherStudent-Score-Manager

Description: 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现)-Two) to achieve the merger of the 1 documents, to generate a new file 3.txt 2) extract the three subjects have make-up students and saved in a new file 4.txt 3) the merged file 3.txt in the data sorted by descending score (at least by two ranking method) 4) after entering a student s name, can find the information of this student and output the result (at least two kinds of search method to achieve)
Platform: | Size: 467968 | Author: whp | Hits:
« 1 2 34 5 6 7 »

CodeBus www.codebus.net